| fabmetheus_utilities.svg_reader ($Date: 2008/21/04 $) | index /home/enrique/Desktop/backup/babbleold/script/reprap/fabmetheus/fabmetheus_utilities/svg_reader.py |
Svg reader.
| Classes | ||||||||||||||||||||||||||||||||||||||||||
|
| ||||||||||||||||||||||||||||||||||||||||||
| Functions | ||
| ||
| Data | ||
| __author__ = 'Enrique Perez (perez_enrique@yahoo.com)' __credits__ = 'Nophead <http://hydraraptor.blogspot.com/>\nArt of Illusion <http://www.artofillusion.org/>' __date__ = '$Date: 2008/21/04 $' __license__ = 'GNU Affero General Public License http://www.gnu.org/licenses/agpl.html' absolute_import = _Feature((2, 5, 0, 'alpha', 1), (2, 7, 0, 'alpha', 0), 16384) globalFontFileNames = None globalFontReaderDictionary = {} globalGetTricomplexDictionary = {'matrix': <function getTricomplexmatrix at 0xb67237d4>, 'rotate': <function getTricomplexrotate at 0xb672380c>, 'scale': <function getTricomplexscale at 0xb6723844>, 'skewX': <function getTricomplexskewX at 0xb672387c>, 'skewY': <function getTricomplexskewY at 0xb67238b4>, 'translate': <function getTricomplextranslate at 0xb672395c>} globalGetTricomplexFunctions = [<function getTricomplexmatrix at 0xb67237d4>, <function getTricomplexrotate at 0xb672380c>, <function getTricomplexscale at 0xb6723844>, <function getTricomplexskewX at 0xb672387c>, <function getTricomplexskewY at 0xb67238b4>, <function getTricomplextranslate at 0xb672395c>] globalNumberOfBezierPoints = 22 globalNumberOfCirclePoints = 44 globalNumberOfCornerPoints = 11 globalProcessPathWordDictionary = {'A': <unbound method PathReader.processPathWordA>, 'C': <unbound method PathReader.processPathWordC>, 'H': <unbound method PathReader.processPathWordH>, 'L': <unbound method PathReader.processPathWordL>, 'M': <unbound method PathReader.processPathWordM>, 'Q': <unbound method PathReader.processPathWordQ>, 'S': <unbound method PathReader.processPathWordS>, 'T': <unbound method PathReader.processPathWordT>, 'V': <unbound method PathReader.processPathWordV>, 'Z': <unbound method PathReader.processPathWordZ>, ...} globalProcessPathWordFunctions = [<unbound method PathReader.processPathWordA>, <unbound method PathReader.processPathWorda>, <unbound method PathReader.processPathWordC>, <unbound method PathReader.processPathWordc>, <unbound method PathReader.processPathWordH>, <unbound method PathReader.processPathWordh>, <unbound method PathReader.processPathWordL>, <unbound method PathReader.processPathWordl>, <unbound method PathReader.processPathWordM>, <unbound method PathReader.processPathWordm>, <unbound method PathReader.processPathWordQ>, <unbound method PathReader.processPathWordq>, <unbound method PathReader.processPathWordS>, <unbound method PathReader.processPathWords>, <unbound method PathReader.processPathWordT>, <unbound method PathReader.processPathWordt>, <unbound method PathReader.processPathWordV>, <unbound method PathReader.processPathWordv>, <unbound method PathReader.processPathWordZ>, <unbound method PathReader.processPathWordz>] globalProcessSVGElementDictionary = {'circle': <function processSVGElementcircle at 0xb6723994>, 'ellipse': <function processSVGElementellipse at 0xb67239cc>, 'g': <function processSVGElementg at 0xb6723a04>, 'line': <function processSVGElementline at 0xb6723a3c>, 'path': <function processSVGElementpath at 0xb6723a74>, 'polygon': <function processSVGElementpolygon at 0xb6723aac>, 'polyline': <function processSVGElementpolyline at 0xb6723ae4>, 'rect': <function processSVGElementrect at 0xb6723b1c>, 'text': <function processSVGElementtext at 0xb6723b54>} globalProcessSVGElementFunctions = [<function processSVGElementcircle at 0xb6723994>, <function processSVGElementellipse at 0xb67239cc>, <function processSVGElementg at 0xb6723a04>, <function processSVGElementline at 0xb6723a3c>, <function processSVGElementpath at 0xb6723a74>, <function processSVGElementpolygon at 0xb6723aac>, <function processSVGElementpolyline at 0xb6723ae4>, <function processSVGElementrect at 0xb6723b1c>, <function processSVGElementtext at 0xb6723b54>] globalSideAngle = 0.14279966607226333 | ||
| Author | ||
| Enrique Perez (perez_enrique@yahoo.com) | ||
| Credits | ||
| Nophead <http://hydraraptor.blogspot.com/> Art of Illusion <http://www.artofillusion.org/> | ||